'Declaration
Public Function SaveToIStream_2( _ ByVal Stream As IStream, _ ByVal EncryptionScheme As PdfEncryption, _ ByVal UserPass As String, _ ByVal OwnerPass As String, _ ByVal CanPrint As Boolean, _ ByVal CanCopy As Boolean, _ ByVal CanModify As Boolean, _ ByVal CanAddNotes As Boolean, _ ByVal CanFillFields As Boolean, _ ByVal CanCopyAccess As Boolean, _ ByVal CanAssemble As Boolean, _ ByVal CanPrintFull As Boolean _ ) As GdPictureStatus
public GdPictureStatus SaveToIStream_2( IStream Stream, PdfEncryption EncryptionScheme, string UserPass, string OwnerPass, bool CanPrint, bool CanCopy, bool CanModify, bool CanAddNotes, bool CanFillFields, bool CanCopyAccess, bool CanAssemble, bool CanPrintFull )
public function SaveToIStream_2( Stream: IStream; EncryptionScheme: PdfEncryption; UserPass: String; OwnerPass: String; CanPrint: Boolean; CanCopy: Boolean; CanModify: Boolean; CanAddNotes: Boolean; CanFillFields: Boolean; CanCopyAccess: Boolean; CanAssemble: Boolean; CanPrintFull: Boolean ): GdPictureStatus;
public function SaveToIStream_2( Stream : IStream, EncryptionScheme : PdfEncryption, UserPass : String, OwnerPass : String, CanPrint : boolean, CanCopy : boolean, CanModify : boolean, CanAddNotes : boolean, CanFillFields : boolean, CanCopyAccess : boolean, CanAssemble : boolean, CanPrintFull : boolean ) : GdPictureStatus;
public: GdPictureStatus SaveToIStream_2( IStream* Stream, PdfEncryption EncryptionScheme, string* UserPass, string* OwnerPass, bool CanPrint, bool CanCopy, bool CanModify, bool CanAddNotes, bool CanFillFields, bool CanCopyAccess, bool CanAssemble, bool CanPrintFull )
public: GdPictureStatus SaveToIStream_2( IStream^ Stream, PdfEncryption EncryptionScheme, String^ UserPass, String^ OwnerPass, bool CanPrint, bool CanCopy, bool CanModify, bool CanAddNotes, bool CanFillFields, bool CanCopyAccess, bool CanAssemble, bool CanPrintFull )
Parameters
- Stream
- EncryptionScheme
- UserPass
- OwnerPass
- CanPrint
- CanCopy
- CanModify
- CanAddNotes
- CanFillFields
- CanCopyAccess
- CanAssemble
- CanPrintFull